home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gprev
- if the movieRate of sprite 48 = 0 then
- set the castNum of sprite 4 to 133
- else
- set the castNum of sprite 4 to 153
- end if
- if the movieTime of sprite 48 = the duration of cast the castNum of sprite 48 then
- repeat with i = 1 to 48
- puppetSprite(i, 0)
- end repeat
- go(gprev)
- puppetPalette("newpal")
- patchPal()
- end if
- go(the frame)
- end
-